home *** CD-ROM | disk | FTP | other *** search
/ Get a Grip Tennis by Wilson / Get a Grip Tennis by Wilson.iso / pc / wilson.dxr / Internal_1_Movie Scripts.ls < prev    next >
Encoding:
Text File  |  2003-08-12  |  238 b   |  14 lines

  1. on startMovie me
  2.   global gSound
  3.   puppetTempo(30)
  4.   preloadMember(member(131), 153)
  5.   gSound = new(script("SoundManager"))
  6.   gSound.playBG()
  7. end
  8.  
  9. on resetMPEGvols
  10.   repeat with x = 22 to 33
  11.     member(x, 6).volume = 195
  12.   end repeat
  13. end
  14.